google.golang.org/grpc/internal/transport.ClientStream.headerChanClosed (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
client_stream.go#L62: headerChanClosed uint32 // set when headerChan is closed. Used to avoid closing headerChan multiple times.
http2_client.go#L805: if atomic.CompareAndSwapUint32(&s.headerChanClosed, 0, 1) {
http2_client.go#L966: if atomic.CompareAndSwapUint32(&s.headerChanClosed, 0, 1) {
http2_client.go#L1478: initialHeader := atomic.LoadUint32(&s.headerChanClosed) == 0
http2_client.go#L1628: if atomic.CompareAndSwapUint32(&s.headerChanClosed, 0, 1) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)